/*
 * Fox by FreeHTML5.co
 * Twitter: https://twitter.com/fh5co
 * Facebook: https://fb.com/fh5co
 * URL: https://freehtml5.co
 */

body {
  font-family: 'Lato', sans-serif;
  overflow: hidden;
  overflow-y: scroll;
  background-color: white;
}
body .bg-img {
position: relative;
  height: 650px;
}
body nav {
  background: rgba(0, 0, 0, 0.5);
border-bottom: 3px solid rgba(255, 136, 0, 0.664);
}
body nav .navbar-nav a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
 text-decoration: underline;
}


.gifyt{
  width:90px;
  height: 50px;
border-radius: 10px;
}

.logopt {
  width: 100px;
  height: 60px;
  border-radius: 7px;
}
.voja{
  width: 300px;
  border-radius: 7px;
}
.menyy {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	list-style-type: none;
	padding: 0;
text-align: center;
  }
  .menyy li {
	display: inline-block;
	margin: 10px;
  }
  .menyy li a i.fa {
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 30px;
	padding: 10px;
	border-radius: 40px;
	color: #424242;
	position: relative;
	transition: all ease 0.2s;
  }
  .menyy li a i.fa::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 40px;
	background-color: #9E9E9E;
  }
  .menyy li a i.fa:hover {
	color: #fff;
	font-size: 18px;
  }
  .menyy li a i.fa:hover::after {
	animation: animate ease 0.6s forwards;
  }
  .menyy li a i.fa-facebook:hover::after {
	background-color: #3b5998;
  }
  .menyy li a i.fa-whatsapp:hover::after {
	background-color: #23af36;
  }
  .menyy li a i.fa-instagram:hover::after {
	background-color: #8a3ab9;
  }
  .menyy li a i.fa-linkedin:hover::after {
	background-color: #4da8dd;
  }
  .menyy li a i.fa-youtube-play:hover::after {
	background-color: #ff0000;
  }
  
  @keyframes animate {
	0%,20% {
	  transform: scale(1);
	  border-radius: 40px;
	  background-color: #9E9E9E;
	}
	30% {
	  transform: scale(1.2);
	}
	40% {
	  transform: scale(1.1);
	}
	50% {
	  transform: scale(1);
	  border-radius: 10px;
	}
	60%,100% {
	  transform: scale(1);
	  border-radius: 5px;
	}
  }
  .seehere {
	font-size: 50px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #ff0000;
  }
.chaos{
  margin-top: -90px;
  margin-left: -90px;
}
body nav .navbar-nav a:hover {
  color: orange !important;
}
body nav .navbar-nav{
  border-color: orange;
}
body nav .navbar-nav .btn-danger {
  background: orange;
  border-color: orange;
  border-radius: 0;
}
body nav .navbar-nav .btn-danger:hover {
  background: orange;
  border-color: orange;
}

a, a:hover {
  color: #170957;
}


.fh5co-banner-text-box {
  position: relative;
  max-height: 120px;
  display: inline-block;
  margin-top: 250px;
}
.fh5co-banner-text-box .quote-box {
  max-width: 455px;
  padding: 20px 0;
  background-color:rgba(0, 0, 0, 0.8);
}
.fh5co-banner-text-box .quote-box h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
}
.h22{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: black;
  font-size: 40px;
  text-align: center;
}
.fh5co-banner-text-box .quote-box h2 span {
  color: orange;
  font-size: 34px;
}


.fh5co-banner-text-box .quote-box::before {
  content: "";
  position: absolute;
  height: 38px;
  width: 38px;
  left: 0;
  top: 0;
  background: url("../images/right-quote.png");
  background-repeat: no-repeat;
}
.fh5co-banner-text-box .quote-box::after {
  content: "";
  position: absolute;
  height: 38px;
  width: 38px;
  background: url("../images/left-quote.png");
  background-repeat: no-repeat;
  right: 0;
margin-top: -17px;
}
.fh5co-banner-text-box a {
  color: #fff;
  border-color: #4e2b0d;
  border-radius: 0;
  min-width: 150px;
  background-color: rgba(117, 116, 115, 0.5);
  margin-top: 20px;
}
.fh5co-banner-text-box a:hover {

  background: rgba(23, 184, 36, 0.7);
  border-color: gray;
  color: #170957;
}

.fh5co-network, .fh5co-about-us {
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 50px 0;
  padding-top: 30px;
}
.fh5co-network figure, .fh5co-about-us figure {
  margin-top: -70px !important;
}
.fh5co-network h2, .fh5co-about-us h2 {
  color: #f1f1f3;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0;
}
.fh5co-network h4, .fh5co-about-us h4, .fh5co-network h5, .fh5co-about-us h5, .fh5co-network p, .fh5co-about-us p {
  color: #282828;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.fh5co-network hr, .fh5co-about-us hr {
  border-color: #170957;
  border-width: 5px;
  max-width: 100px;
  margin-left: 0;
  border-radius: 5px;
}
.fh5co-network figure, .fh5co-about-us figure {
  text-align: center;
}

.fh5co-about-us {
  background: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.fh5co-about-us p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.fh5co-about-us hr {
  border-color: #fff;
  margin-left: 50px;
  margin-top: 5px;
}
.fh5co-about-us a {
  color: #fff !important;
  border-color: #4e2b0d;
  border-radius: 0;
  min-width: 150px;
}
.fh5co-about-us a:hover {
  background: transparent;
  border-color: gray;
  color: #170957;
}

.fh5co-content-box {
  background: white;
  padding-bottom: 100px;
}
.fh5co-content-box .pr-0 img {
  margin-top: -128px;
}
.fh5co-content-box img {
  width: 100%;
}
.fh5co-content-box .card-img-overlay {
  color: #fff;
  text-align: center;
  top: 35%;
}
.fh5co-content-box .trainers {
  position: relative;
  padding: 50px 0;
  margin: 70px 0;
  background: url("../images/gym2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
.fh5co-content-box .trainers .bg-50 {
  background: rgba(0, 0, 0, 0.3);
}
.fh5co-content-box .trainers .card {
  border: none;
  background: transparent;
}
.fh5co-content-box .trainers .card img {
  max-width: 250px;
  margin: 0 auto;
  max-height: 250px;
}
.fh5co-content-box .trainers .card .card-body {
  background: #ccc;
  border-radius: 15px;
  padding: 30px 20px;
  margin-top: 30px;
  padding-bottom: 50px;
}
.fh5co-content-box .trainers .card .card-body::before {
  content: "";
  position: absolute;

  border: 20px solid #ccc;
  border-color: transparent transparent #ccc transparent;
  margin-top: -70px;
  text-align: center;
  margin-left: -15px;
}
.fh5co-content-box .trainers .quote-box2 {
  color: #fff;
  max-width: 250px;
  position: relative;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
.fh5co-content-box .trainers .quote-box2::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: -10px;
  background: url("../images/right-quote-white.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.fh5co-content-box .trainers .quote-box2::after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: url("../images/left-quote-white.png");
  background-repeat: no-repeat;
  right: 0;
  bottom: -10px;
  background-size: 100% 100%;
}
.fh5co-content-box .trainers::before, .fh5co-content-box .trainers::after {
  content: "";
  position: absolute;
  border: 5px solid #170957;
  width: 100%;
  top: -10px;
}
.fh5co-content-box .trainers::before {
  bottom: -10px;
  top: auto;
}
.fh5co-content-box .gallery .card {
  border: none;
  background: transparent;
}
.fh5co-content-box .gallery .card img {
  border-radius: 7px;
  max-height: 580px;
}
.fh5co-content-box .gallery .card .card-body {
  background: linear-gradient(to bottom right, #000000 0%, #003366 100%);
  border-radius: 7px;
}

.fh5co-content-box .gallery .card .card-body h4 {
  color: #fff;
}
.fh5co-content-box .gallery .card .card-body p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

footer {
  background: #2e3e4e;
  color: #fff;
}
footer .footer1 p {
  margin-top: 30px;
}
footer .footer2 h4 {
  color: #f9f9fa;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
}
footer .footer2 .form-box {
  background: #2e3e4e;
  padding: 20px 30px; 

  border-radius: 7px;


}
footer .footer2 input[type='text'], footer .footer2 input[type='email'] {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #000;
}
footer .footer2 input[type='text']:focus, footer .footer2 input[type='email']:focus {
  box-shadow: none;
 border-color: #170957;
}
footer .footer2 .btn {
  min-width: 150px;
  border-radius: 0;
}
footer .footer2 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #262626;
}
footer .footer2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #262626;
}
footer .footer2 :-ms-input-placeholder {
  /* IE 10+ */
  color: #262626;
}
footer .footer2 :-moz-placeholder {
  /* Firefox 18- */
  color: #262626;
}
footer .footer3 {
  padding-top: 50px;
}
.linkss{
  color:white;
}
.linkss >a{
color:white;
}
footer .footer3 a {
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  color:white;
  padding-top: 5px;
}
footer .footer3 a:hover {
  background: #170957;
}
footer .footer3 .nav-item li {
  margin: 0 5px;
}
footer .table td, footer .table th {
  border: none;
}

footer::before {
  content: "";
  position: absolute;
  /*border: 3px solid #170957;*/
  width: 100%;
  left: 0;
}

@media (max-width: 1199px) {
  .fh5co-content-box .pr-0 img {
    margin-top: -107px;
  }
}
@media (max-width: 991px) {
  .fh5co-content-box .pr-0 img {
    margin-top: -78px;
  }
  .fh5co-content-box .card-img-overlay {
    top: 20%;
  }
}
@media (max-width: 767px) {
  body nav .navbar-nav {

    margin-left: 0 !important;
    max-width: 50px;
    
  }

  .fh5co-network figure, .fh5co-about-us figure {
    margin-top: 0 !important;
  }

  .fh5co-content-box .pr-0 img {
    margin: 20px auto;
  }
  .fh5co-content-box .col-md-5 {
    padding: 0 !important;
  }
  .fh5co-content-box .col-md-7 {
    padding: 0 !important;
  }

  .gallery .card {
    margin-bottom: 25px;
  }

  .footer1 {
    min-height: 150px;
  }

  .footer2 .form-box {
    margin-top: 0 !important;
  }
}
